ExtendedProperty Class

Class ExtendedProperty.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public class ExtendedProperty
Inheritance
Object    ExtendedProperty

Constructors

ExtendedProperty Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, Boolean) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, Byte) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, DateTime) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, Double) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, Int16) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, Int32) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, Int64) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, String) Initializes a new instance of the ExtendedProperty class.
ExtendedProperty(ExtendedPropertyTag, String) Initializes a new instance of the ExtendedProperty class.

Properties

Tag Gets or sets the tag.
Value Gets or sets the value.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetBooleanValue Gets the boolean value.
GetDateTimeValue Gets the date time value.
GetDoubleValue Gets the double value.
GetFloatValue Gets the float value.
GetHashCode
(Inherited from Object)
GetIntegerValue Gets the integer value.
GetLongValue Gets the long value.
GetShortValue Gets the short value.
GetStringArrayValue Gets the string array value.
GetStringValue Gets the string value.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also